home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
boekhoud
/
finan
/
BADGER finance v1.0 beta 2.exe
/
xampplite
/
phpMyAdmin
/
server_import.php
< prev
next >
Wrap
PHP Script
|
2005-11-23
|
456b
|
26 lines
<?php
/* $Id: server_import.php,v 2.4 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once('./libraries/common.lib.php');
/**
* Does the common work
*/
require('./libraries/server_common.inc.php');
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
$import_type = 'server';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./libraries/footer.inc.php');
?>